[INFO] fetching crate syn_str 0.1.58...
[INFO] fixing syn_str-0.1.58 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate syn_str 0.1.58 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate syn_str 0.1.58
[INFO] finished tweaking crates.io crate syn_str 0.1.58
[INFO] tweaked toml for crates.io crate syn_str 0.1.58 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate syn_str 0.1.58 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 13 packages to latest compatible versions
[INFO] [stderr]       Adding fixed_len_str v0.2.9 (available: v0.3.3)
[INFO] [stderr]       Adding pretty_assertions v0.6.1 (available: v1.4.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b22aec71e2eb5f5d88696eca50db5daa091ca42e88633e4ee9098e28b1253069
[INFO] running `Command { std: "docker" "start" "b22aec71e2eb5f5d88696eca50db5daa091ca42e88633e4ee9098e28b1253069", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b22aec71e2eb5f5d88696eca50db5daa091ca42e88633e4ee9098e28b1253069" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b22aec71e2eb5f5d88696eca50db5daa091ca42e88633e4ee9098e28b1253069", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b22aec71e2eb5f5d88696eca50db5daa091ca42e88633e4ee9098e28b1253069" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Compiling fixed_len_str v0.2.9
[INFO] [stderr]     Checking difference v2.0.0
[INFO] [stderr]     Checking pretty_assertions v0.6.1
[INFO] [stderr]     Checking syn_str v0.1.58 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
[INFO] [stderr] crater-edition-check: syn_str v0.1.58 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]     Checking syn_str v0.1.58 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/custom_types.rs:55:35
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub(crate) fn get_generics(mut e: &str) -> Result<Vec<Generic>, &'static str> {
[INFO] [stdout]    |                                   ^^^^                ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub(crate) fn get_generics(mut e: &str) -> Result<Vec<Generic<'_>>, &'static str> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/custom_types.rs:108:19
[INFO] [stdout]     |
[INFO] [stdout] 108 |         for s in e.clone().split(|c: char| {
[INFO] [stdout]     |                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/custom_types.rs:319:17
[INFO] [stdout]     |
[INFO] [stdout] 319 |     fn generics(&self) -> &Vec<Generic>;
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |    |
[INFO] [stdout]     |                 |         |    the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 319 |     fn generics(&self) -> &Vec<Generic<'_>>;
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/custom_types.rs:702:17
[INFO] [stdout]     |
[INFO] [stdout] 702 |     fn generics(&self) -> &Vec<Generic> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |    |
[INFO] [stdout]     |                 |         |    the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 702 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/custom_types.rs:1375:17
[INFO] [stdout]      |
[INFO] [stdout] 1375 |     fn generics(&self) -> &Vec<Generic> {
[INFO] [stdout]      |                 ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]      |                 |         |    |
[INFO] [stdout]      |                 |         |    the same lifetime is hidden here
[INFO] [stdout]      |                 |         the same lifetime is elided here
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1375 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stdout]      |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/custom_types.rs:1650:17
[INFO] [stdout]      |
[INFO] [stdout] 1650 |     fn generics(&self) -> &Vec<Generic> {
[INFO] [stdout]      |                 ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]      |                 |         |    |
[INFO] [stdout]      |                 |         |    the same lifetime is hidden here
[INFO] [stdout]      |                 |         the same lifetime is elided here
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1650 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stdout]      |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/custom_types.rs:1719:20
[INFO] [stdout]      |
[INFO] [stdout] 1719 |     pub fn resolve(&self, concrete: &'a str) -> Cow<str> {
[INFO] [stdout]      |                    ^^^^^                        ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1719 |     pub fn resolve(&self, concrete: &'a str) -> Cow<'_, str> {
[INFO] [stdout]      |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/custom_types.rs:55:35
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub(crate) fn get_generics(mut e: &str) -> Result<Vec<Generic>, &'static str> {
[INFO] [stdout]    |                                   ^^^^                ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub(crate) fn get_generics(mut e: &str) -> Result<Vec<Generic<'_>>, &'static str> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/custom_types.rs:108:19
[INFO] [stdout]     |
[INFO] [stdout] 108 |         for s in e.clone().split(|c: char| {
[INFO] [stdout]     |                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/custom_types.rs:319:17
[INFO] [stdout]     |
[INFO] [stdout] 319 |     fn generics(&self) -> &Vec<Generic>;
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |    |
[INFO] [stdout]     |                 |         |    the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 319 |     fn generics(&self) -> &Vec<Generic<'_>>;
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/custom_types.rs:702:17
[INFO] [stdout]     |
[INFO] [stdout] 702 |     fn generics(&self) -> &Vec<Generic> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |    |
[INFO] [stdout]     |                 |         |    the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 702 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/custom_types.rs:1375:17
[INFO] [stdout]      |
[INFO] [stdout] 1375 |     fn generics(&self) -> &Vec<Generic> {
[INFO] [stdout]      |                 ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]      |                 |         |    |
[INFO] [stdout]      |                 |         |    the same lifetime is hidden here
[INFO] [stdout]      |                 |         the same lifetime is elided here
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1375 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stdout]      |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/custom_types.rs:1650:17
[INFO] [stdout]      |
[INFO] [stdout] 1650 |     fn generics(&self) -> &Vec<Generic> {
[INFO] [stdout]      |                 ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]      |                 |         |    |
[INFO] [stdout]      |                 |         |    the same lifetime is hidden here
[INFO] [stdout]      |                 |         the same lifetime is elided here
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1650 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stdout]      |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/custom_types.rs:1719:20
[INFO] [stdout]      |
[INFO] [stdout] 1719 |     pub fn resolve(&self, concrete: &'a str) -> Cow<str> {
[INFO] [stdout]      |                    ^^^^^                        ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1719 |     pub fn resolve(&self, concrete: &'a str) -> Cow<'_, str> {
[INFO] [stdout]      |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking syn_str v0.1.58 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/custom_types.rs:386:13
[INFO] [stdout]     |
[INFO] [stdout] 385 |           write!(fields, "\t{},", unsafe {
[INFO] [stdout]     |  _________________________________-
[INFO] [stdout] 386 | |             &self.fields().get_unchecked(last_index)
[INFO] [stdout]     | |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 387 | |         })
[INFO] [stdout]     | |_________- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
[INFO] [stderr] crater-edition-check: syn_str v0.1.58 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/custom_types.rs:386:13
[INFO] [stdout]     |
[INFO] [stdout] 385 |           write!(fields, "\t{},", unsafe {
[INFO] [stdout]     |  _________________________________-
[INFO] [stdout] 386 | |             &self.fields().get_unchecked(last_index)
[INFO] [stdout]     | |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 387 | |         })
[INFO] [stdout]     | |_________- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking syn_str v0.1.58 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/custom_types.rs:386:14
[INFO] [stdout]     |
[INFO] [stdout] 385 |           write!(fields, "\t{},", unsafe {
[INFO] [stdout]     |  _________________________________-
[INFO] [stdout] 386 | |             &self.fields().get_unchecked(last_index)
[INFO] [stdout]     | |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |              |                                     |
[INFO] [stdout]     | |              |                                     temporary value is freed at the end of this statement
[INFO] [stdout]     | |              creates a temporary value which is freed while still in use
[INFO] [stdout] 387 | |         })
[INFO] [stdout]     | |_________- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `syn_str` (lib test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/custom_types.rs:386:14
[INFO] [stdout]     |
[INFO] [stdout] 385 |           write!(fields, "\t{},", unsafe {
[INFO] [stdout]     |  _________________________________-
[INFO] [stdout] 386 | |             &self.fields().get_unchecked(last_index)
[INFO] [stdout]     | |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |              |                                     |
[INFO] [stdout]     | |              |                                     temporary value is freed at the end of this statement
[INFO] [stdout]     | |              creates a temporary value which is freed while still in use
[INFO] [stdout] 387 | |         })
[INFO] [stdout]     | |_________- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `syn_str` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "b22aec71e2eb5f5d88696eca50db5daa091ca42e88633e4ee9098e28b1253069", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b22aec71e2eb5f5d88696eca50db5daa091ca42e88633e4ee9098e28b1253069", kill_on_drop: false }`
[INFO] [stdout] b22aec71e2eb5f5d88696eca50db5daa091ca42e88633e4ee9098e28b1253069
